1import { auth } from "@/lib/auth";2import { toNextJsHandler } from "better-auth/next-js";34export const { GET, POST } = toNextJsHandler(auth);5